Autogenerated HTML docs for v1.7.9.3-362-g71319
diff --git a/git-format-patch.html b/git-format-patch.html index 7d0a9b9..0a4787c 100644 --- a/git-format-patch.html +++ b/git-format-patch.html
@@ -689,17 +689,31 @@ </p> </dd> <dt class="hdlist1"> +--histogram +</dt> +<dd> +<p> + Generate a diff using the "histogram diff" algorithm. +</p> +</dd> +<dt class="hdlist1"> --stat[=<width>[,<name-width>[,<count>]]] </dt> <dd> <p> - Generate a diffstat. You can override the default - output width for 80-column terminal by <tt>--stat=<width></tt>. - The width of the filename part can be controlled by - giving another width to it separated by a comma. + Generate a diffstat. By default, as much space as necessary + will be used for the filename part, and the rest for the graph + part. Maximum width defaults to terminal width, or 80 columns + if not connected to a terminal, and can be overriden by + <tt><width></tt>. The width of the filename part can be limited by + giving another width <tt><name-width></tt> after a comma. The width + of the graph part can be limited by using + <tt>--stat-graph-width=<width></tt> (affects all commands generating + a stat graph) or by setting <tt>diff.statGraphWidth=<width></tt> + (does not affect <tt>git format-patch</tt>). By giving a third parameter <tt><count></tt>, you can limit the - output to the first <tt><count></tt> lines, followed by - <tt>…</tt> if there are more. + output to the first <tt><count></tt> lines, followed by <tt>…</tt> if + there are more. </p> <div class="paragraph"><p>These parameters can also be set individually with <tt>--stat-width=<width></tt>, <tt>--stat-name-width=<name-width></tt> and <tt>--stat-count=<count></tt>.</p></div>